home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 March / EnigmA AMIGA RUN 05 (1996)(G.R. Edizioni)(IT)[!][issue 1996-03][Skylink CD IV].iso / earcd / comm1 / exclutls.lha / Include / Excel / NewSubDir_Data.i < prev    next >
Text File  |  1996-01-28  |  2KB  |  60 lines

  1. ; Sub-board struct
  2.  
  3.  STRUCTURE NewSubDir_Data,0
  4.     STRUCT    exsdd_Sub_Title,31        ; How It Looks In System
  5.     STRUCT    exsdd_Sub_Location,31        ; Where It Is On Disk
  6.     STRUCT    exsdd_Sub_Path,81        ; Path
  7.     STRUCT    exns_Sub_Password,21        ; Password to enter, if flagged
  8.  
  9.     LONG    exsdd_Entry_Access        ; 0 - 32 (Access Level Entry)
  10.     LONG    exsdd_Serial_Number        ; Unique ID of this subboard
  11.  
  12.     BYTE    exsdd_Youngest            ; The Youngest Age To Enter
  13.     BYTE    exsdd_Oldest            ; The Oldest Age To Enter
  14.  
  15.     LONG    exsdd_SubDir_Bits        ; General Bits, reference 'SUB_' Bits
  16.  
  17.     LONG    exsdd_PathID            ; BBSPath id #
  18.  
  19.     LONG    exsdd_Download_Group        ; Access Group Able To Download
  20.     LONG    exsdd_Upload_Group        ; Access Group Able To Upload
  21.     LONG    exsdd_Post_Group        ; Access Group Able To Post
  22.     LONG    exsdd_Reply_Group        ; Access Group Able TO Reply    
  23.  
  24.     LONG    exsdd_Archive_Lock        ; Able To Lock Out Certain Uploads of a certain Archive Type
  25.     LONG    exsdd_MaxItems            ; Max items in allowed in area
  26.     LONG    exsdd_MinBaudRate        ; The Minimum Baud Rate
  27.     LONG    exsdd_MinBaudHours        ; Hours MinBaud Enforced
  28.     LONG    exsdd_Closed_Groups        ; The Access Groups That Are Not Allowed in
  29.     LONG    exsdd_Hours_Closed        ; The Hours Area Is Closed
  30.     LONG    exsdd_Extended_Flags        ; Extended Access Flags For: ESUB_flags
  31.     LONG    exsdd_DownloadBonus        ; %t of filesize rewarded to uploader per dl
  32.     LONG    exsdd_SortPrefs            ; The default Sort Prefs
  33.     LONG    exsdd_AccessFlags        ; Some more accessflags
  34.     LONG    exsdd_LastResponse        ; Date last changed
  35.     LONG    exsdd_sub_First            ; UseNet first message
  36.     LONG    exsdd_sub_Next            ; UseNet last message
  37.  
  38.     BYTE    exsdd_AutoWeed_Days        ; The # days of inactivity before item is killed (0=never)
  39.     BYTE    exsdd_UpTime_Refresh        ; % Of Time To Be Returned After UL 
  40.     BYTE    exsdd_DownTime_Refresh        ; % Of Time To Be Taken After DL
  41.     BYTE    exsdd_KludgeFill00
  42.  
  43.     STRUCT    exsdd_PrefArc,4            ; The preferred archive for this area
  44.  
  45.     WORD    exsdd_FileAdd            ; Add messages to uploaded archives
  46.     WORD    exsdd_FileCheck            ; Check archives
  47.     WORD    exsdd_TimeLock            ; # of mins online before use
  48.  
  49.     BYTE    exsdd_ByteRatio            ; Byte ratio for this area
  50.     BYTE    exsdd_FileRatio            ; File ratio for this area
  51.  
  52.     DOUBLE    exsdd_KCharge            ; Charge for each k downloaded
  53.     LONG    exsdd_TimeCharge        ; Time charge for this area/min
  54.  
  55.     STRUCT    exsdd_domain,32            ; FidoNet domain
  56.  
  57.     APTR    exsdd_SUBLIST            ; List of subs
  58.     DOUBLE    exsdd_FileCharge        ; Charge for each file downloaded
  59.     LABEL exsdd_SIZE
  60.